home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Development / phpstudio.dmg / PHP Studio.app / Contents / Frameworks / LineNumbers.h < prev    next >
Text File  |  2005-12-17  |  159b  |  11 lines

  1. #import <Cocoa/Cocoa.h>
  2.  
  3. @interface LineNumbers : NSRulerView 
  4. {
  5.     unsigned fontSize;
  6.     NSMutableDictionary *marginAttributes;
  7. }
  8.  
  9. - (void)updateView;
  10.  
  11. @end